|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Timeline in agents.anac.y2011.Gahboninho |
|---|
| Constructors in agents.anac.y2011.Gahboninho with parameters of type Timeline | |
|---|---|
IssueManager(UtilitySpace US,
Timeline T,
OpponnentModel om)
|
|
OpponnentModel(UtilitySpace utilitySpace,
Timeline timeline)
|
|
| Uses of Timeline in agents.anac.y2011.TheNegotiator |
|---|
| Constructors in agents.anac.y2011.TheNegotiator with parameters of type Timeline | |
|---|---|
TimeManager(Timeline timeline,
double discount,
BidsCollection bidsCollection)
Creates a TimeManager-object which stores the timeline of the negotiation. |
|
| Uses of Timeline in agents.anac.y2011.ValueModelAgent |
|---|
| Constructors in agents.anac.y2011.ValueModelAgent with parameters of type Timeline | |
|---|---|
OpponentModeler(int bidCount,
UtilitySpace space,
Timeline timeline,
BidList our,
BidList their,
ValueModeler vmodeler,
BidList allBids,
ValueModelAgent agent)
|
|
| Uses of Timeline in negotiator |
|---|
| Subclasses of Timeline in negotiator | |
|---|---|
class |
ContinuousTimeline
A time line, running from t = 0 (start) to t = 1 (deadline). |
class |
DiscreteTimeline
Implementation of the timeline in which time is divided in rounds. |
class |
PausableContinuousTimeline
|
| Fields in negotiator declared as Timeline | |
|---|---|
Timeline |
Agent.timeline
Use timeline for everything time-related. |
| Methods in negotiator with parameters of type Timeline | |
|---|---|
void |
Agent.internalInit(int sessionNr,
int sessionsTotal,
java.util.Date startTimeP,
java.lang.Integer totalTimeP,
Timeline timeline,
UtilitySpace us,
java.util.HashMap<AgentParameterVariable,AgentParamValue> params)
This method is called by the protocol to initialize the agent with a new session information. |
| Uses of Timeline in negotiator.boaframework |
|---|
| Fields in negotiator.boaframework declared as Timeline | |
|---|---|
protected Timeline |
NegotiationSession.timeline
Reference to the timeline. |
| Methods in negotiator.boaframework that return Timeline | |
|---|---|
Timeline |
NegotiationSession.getTimeline()
|
| Constructors in negotiator.boaframework with parameters of type Timeline | |
|---|---|
NegotiationSession(SessionData sessionData,
UtilitySpace utilitySpace,
Timeline timeline)
Create a negotiation session which is used to keep track of the negotiation state. |
|
NegotiationSession(SessionData sessionData,
UtilitySpace utilitySpace,
Timeline timeline,
OutcomeSpace outcomeSpace)
Create a negotiation session which is used to keep track of the negotiation state. |
|
| Uses of Timeline in negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent |
|---|
| Constructors in negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent with parameters of type Timeline | |
|---|---|
OpponentModeler(int bidCount,
UtilitySpace space,
Timeline timeline,
BidList our,
BidList their,
ValueModeler vmodeler,
BidList allBids)
|
|
| Uses of Timeline in negotiator.boaframework.sharedagentstate.anac2011.gahboninho |
|---|
| Constructors in negotiator.boaframework.sharedagentstate.anac2011.gahboninho with parameters of type Timeline | |
|---|---|
GahboninhoOM(UtilitySpace utilitySpace,
Timeline timeline)
|
|
IssueManager(NegotiationSession negoSession,
Timeline T,
GahboninhoOM om)
|
|
| Uses of Timeline in negotiator.qualitymeasures |
|---|
| Methods in negotiator.qualitymeasures that return Timeline | |
|---|---|
Timeline |
NegotiationSessionWrapper.getTimeline()
|
| Uses of Timeline in negotiator.utility |
|---|
| Methods in negotiator.utility with parameters of type Timeline | |
|---|---|
double |
UtilitySpace.getReservationValueWithDiscount(Timeline timeline)
The discounted version of UtilitySpace.getReservationValue(). |
double |
UtilitySpace.getUtilityWithDiscount(Bid bid,
Timeline timeline)
Let d in (0, 1) be the discount factor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||